runtime.p.mcache (field)

17 uses

	runtime (current package)
		mcache.go#L150: 		c = pp.mcache
		mgc.go#L807: 		if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
		mgc.go#L1546: 		pp.mcache.prepareForSweep()
		mgc.go#L2030: 		c := p.mcache
		mgc.go#L2075: 			pp.mcache.prepareForSweep()
		mgcmark.go#L1782: 		c := p.mcache
		mstats.go#L619: 	c := p.mcache
		proc.go#L5913: 	if pp.mcache == nil {
		proc.go#L5920: 			pp.mcache = mcache0
		proc.go#L5922: 			pp.mcache = allocmcache()
		proc.go#L5991: 	freemcache(pp.mcache)
		proc.go#L5992: 	pp.mcache = nil
		proc.go#L6086: 		gp.m.p.ptr().mcache.prepareForSweep()
		proc.go#L6287: 	pp.mcache.prepareForSweep()
		runtime2.go#L780: 	mcache      *mcache
		stack.go#L389: 			c := thisg.m.p.ptr().mcache
		stack.go#L519: 			c := gp.m.p.ptr().mcache